home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRNOMY / B_STAR.ZIP / B_STAR.DOC next >
Text File  |  1993-05-10  |  2KB  |  47 lines

  1.                     Program to calculate and animate the
  2.                     position of a binary star system
  3.  
  4.  
  5. The program takes as inputs the following values to calculate the view.
  6.  
  7. A)  (P) The period of the binary star in real year format e.g. 1988.11
  8. B)  (T) The time of periastron passage, again in real year format
  9. C)  (e) The eccentricity of the true orbit
  10. D)  (a) The semimajor axis (in arc seconds)
  11. E)  (i) The inclination of the true orbit to the plane of the sky. 0 means that
  12.     we are seeing the orbit as it really is, a value of 90 degrees means that
  13.     we are viewing the orbit exactly edge on, a value greater than 90 means
  14.     that the direction of travel is opposite the normal anticlockwise direction.
  15. F)  (omega) The position angle of the ascending node. This refers to the compass
  16.     direction as we see it, of the ascending node of the binary star's orbit
  17. G)  (W) The longitude of periastron.
  18. H)  The year (in real form) to start the animation for.
  19. I)  The interval between successive evaluations (years, in real format).
  20. J)  The year (in real form) to end the animation for.
  21. K)  The delay in milliseconds between each update of the screen.
  22. L)  To clear the screen or to leave the image of the star on to build up a
  23.     representation of the orbit. A small 'y clears the screen else anything.
  24. M)  The name of the star. This is just for presentation purposes.
  25.  
  26.  
  27. The screen can be printed out if desired by first typing in graphable to
  28. enable dos to dumb the screen contents when <shift> <print screen> are hit.
  29.    The 7 orbital parameters that are required to specify fully a binary star's
  30. orbit must be obtained from some other source. A good few of the better known
  31. binary star's elements are included in the excellent book "Nortons Star Atlas".
  32.    The program will work on any computer with a EGA/ VGA graphics card installed. 
  33. If you find this program useful and continue to use it please send a donation 
  34. to the author to help with further improvements or if you have any problems 
  35. or queries about the program please contact the author :
  36.  
  37.    P.J. Naughter,
  38.    Cahore,
  39.    Ballygarrett,
  40.    Gorey,
  41.    Co. Wexford,
  42.    Ireland.
  43.  
  44.  
  45.  
  46.  
  47.